ApiComment
Represents the ApiComment class.
Properties
Name | Type | Description |
---|---|---|
Text | string | Returns or sets the comment text. |
Id | string | Returns the current comment ID. |
AuthorName | string | Returns or sets the comment author's name. |
UserId | string | Returns or sets the user ID of the comment author. |
Solved | boolean | Checks if a comment is solved or not or marks a comment as solved. |
TimeUTC | number | string |
Time | number | string |
QuoteText | string | Returns the quote text of the current comment. |
RepliesCount | Number | Returns a number of the comment replies. |